[DEPRECATED] Add a signer to document
[DEPRECATED — will stop working in API v2] This endpoint is kept for backwards compatibility. Use POST /api/v1/documents/:id/parties instead — “party” is the correct term for a document participant.
Add a signer/participant to a document. The signer must reference an existing contact.
Signer Roles:
SIGNER- Must sign the documentORGANIZER- Document organizer (no signature required)REVIEWER- Reviews document (no signature required)ACCEPTOR- Accepts terms (for acceptance documents)
Per-Signer Settings:
deliveryMethod- How to notify:EMAIL(default),SMS, orNONE(use signing URL directly)requiredSignature- Signature type:DRAWING,BANKID, orCLICK_TO_SIGNtwoStepVerification- 2FA:NONE(default) orSMS_BEFORE_SIGNING
Signing Order: For SEQUENTIAL signing, specify the order (1, 2, 3…). For PARALLEL signing, order is ignored.
Response: Returns the created signer. Use GET /documents/:id/signers/:signerId to retrieve the signing URL.
Documentation Index
Fetch the complete documentation index at: https://docs.sajn.se/llms.txt
Use this file to discover all available pages before exploring further.
Headers
Bearer token for API authentication
Path Parameters
Body
Body
Create signer request
ID of the contact to add as a signer
1Signer role (default: SIGNER)
SIGNER, ORGANIZER, REVIEWER, ACCEPTOR Signing order for sequential signing (ignored for parallel)
How to send to this signer: EMAIL (default), SMS, or NONE
EMAIL, SMS, NONE Signature type required: DRAWING (default), BANKID, or CLICK_TO_SIGN
NONE, DRAWING, BANKID, MANUAL, CLICK_TO_SIGN Two-step verification: NONE (default) or SMS_BEFORE_SIGNING
NONE, SMS_BEFORE_SIGNING, EMAIL_BEFORE_SIGNING Response
200
Unique signer identifier
Document ID this signer belongs to
Signer full name
Signer role: SIGNER, ORGANIZER, REVIEWER, or ACCEPTOR
SIGNER, ORGANIZER, REVIEWER, ACCEPTOR Date and time when the signer signed (null if not signed)
Read status: NOT_OPENED, OPENED, or READ
NOT_OPENED, OPENED, READ Signing status: NOT_SIGNED, SIGNED, or REJECTED
NOT_SIGNED, SIGNED, REJECTED How documents are sent to this signer: EMAIL, SMS, or NONE
EMAIL, SMS, NONE Signature type required: DRAWING, BANKID, CLICK_TO_SIGN, etc.
NONE, DRAWING, BANKID, MANUAL, CLICK_TO_SIGN Two-step verification: NONE or SMS_BEFORE_SIGNING
NONE, SMS_BEFORE_SIGNING, EMAIL_BEFORE_SIGNING Send status: NOT_SENT, SENT, DELIVERED, BOUNCED, or FAILED
NOT_SENT, SENT, DELIVERED, BOUNCED, FAILED Signer email address
^(?!\.)(?!.*\.\.)([A-Za-z0-9_'+\-\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\-]*\.)+[A-Za-z]{2,}$Signer phone number (for SMS notifications)
Company name
Role/title within the company
Company organization number
Your external reference ID for this signer
Linked company ID
Swedish personal number (personnummer) - required for BankID signing
ISO 3166-1 alpha-3 country code for the signer (e.g. SWE)
Order for sequential signing (null for parallel)

